reflect.uncommonType.mcount (field)
9 uses
reflect (current package)
type.go#L345: mcount uint16 // number of methods
type.go#L672: if t.mcount == 0 {
type.go#L675: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
type.go#L1584: for j := 0; j < int(v.mcount); j++ {
type.go#L2549: if i > 0 && unt.mcount > 0 {
type.go#L2589: if i > 0 && unt.mcount > 0 {
type.go#L2683: ut.mcount = uint16(len(methods))
type.go#L2684: ut.xcount = ut.mcount
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)